Initializes a new ManualPerspectiveDeskewCommand class object with inputPoints and mappingPoints values.
public ManualPerspectiveDeskewCommand(
LeadPoint[] inputPoints,
LeadPoint[] mappingPoints
)
Public Function New( _
ByVal inputPoints() As Leadtools.LeadPoint, _
ByVal mappingPoints() As Leadtools.LeadPoint _
)
public ManualPerspectiveDeskewCommand(
Leadtools.LeadPoint[] inputPoints,
Leadtools.LeadPoint[] mappingPoints
)
- (instancetype)initWithInPoints:(nullable const LeadPoint *)inputPoints
mappingPoints:(nullable const LeadPoint *)mappingPoints
public ManualPerspectiveDeskewCommand(
LeadPoint[] inputPoints,
LeadPoint[] mappingPoints
)
function ManualPerspectiveDeskewCommand(
inputPoints ,
mappingPoints
)
public:
ManualPerspectiveDeskewCommand(
Leadtools.array<LeadPoint>^ inputPoints,
Leadtools.array<LeadPoint>^ mappingPoints
)
inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.
mappingPoints
An array of LeadPoint structures that represent those same points after deskewing.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET